home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Seikosha 3005AI/3000AI. ;
- ; ;
- ; (C) Copyright 1991 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Seikosha 3005AI/3000AI"
- RESET = 27,64
-
- NAME = "Line Feed"
- DESC = "Advance paper to the next line."
- CODES = 10
-
- NAME = "Form Feed"
- DESC = "Advance paper to the top of the"
- "next page."
- CODES = 12
-
- NAME = "Clear Printer Buffer"
- DESC = "Clear all data from printer"
- "buffer."
- CODES = 24
-
- NAME = "Sound Beeper"
- DESC = "Sound the printer's beeper."
- CODES = 7
-
- NAME = "Paper-Out Sensor ON"
- DESC = "Activate paper-out sensor."
- "Printer will alarm when paper is"
- "out."
- CODES = 27,57
-
- NAME = "Paper-Out Sensor OFF"
- DESC = "Deactivate paper-out sensor."
- "Printer ignores paper-out condition"
- "and continues printing."
- CODES = 27,56
-
- NAME = "Select NLQ Print"
- DESC = "Activate Near Letter Quality (NLQ)"
- "printing. Characters printed in NLQ"
- "are crisper and more like the"
- "characters produced by a type-"
- "writer."
- CODES = 27,120,49
-
- NAME = "Select Draft Quality Print"
- DESC = "Activate Draft Quality printing."
- "Use draft for printing drafts and"
- "other documents that you want to"
- "print quickly."
- CODES = 27,120,48
-
- NAME = "Select International Character Set"
- DESC = "Select the international character"
- "set to be used."
- CODES = 27,82,0
- "Please select character set by"
- "entering one of the following"
- "decimal values:"
- " "
- "0 = USA"
- "1 = France"
- "2 = Germany"
- "3 = England"
- "4 = Denmark I"
- "5 = Sweden"
- "6 = Italy"
- "7 = Spain"
- "8 = Japan"
- "9 = Norway"
- "10 = Denmark II"
- " "
- "Example: Entering 2 selects the"
- "German character set."
- 0
-
- NAME = "Select Graphic Character Set I"
- DESC = "Select graphic character set I."
- "Command is operational only when"
- "graphic character set is selected"
- "by ""Select Alternate Character"
- "Set""."
- CODES = 27,55
-
- NAME = "Select Graphic Character Set II"
- DESC = "Select graphic character set II."
- "Command is operational only when"
- "graphic character set is selected"
- "by ""Select Alternate Character"
- "Set""."
- CODES = 27,54
-
- NAME = "Select Character Generator"
- DESC = "Select ROM or downloaded character"
- "generator."
- ""
- ""
- "NOT VALID IN IBM MODE."
- CODES = 27,37,0
- "Please select character generator"
- "by entering one of the following"
- "decimal values:"
- " "
- "Value Generator"
- "----- ----------"
- " 0 ROM"
- " 1 Downloaded"
- " "
- "Example: Entering 1 selects the"
- "downloaded character generator."
- 0
-
- NAME = "Copy ROM CG to Downloaded CG"
- DESC = "Copy the internal ROM character"
- "generator to the downloadable font"
- "area."
- ""
- "NOT VALID IN IBM MODE."
- CODES = 27,58,0,0,0,0,0,0
-
- NAME = "Select 10 CPI (Pica)"
- DESC = "Activate 10 characters per inch"
- "(cpi) printing."
- CODES = 27,80
-
- NAME = "Select 12 CPI (Elite)"
- DESC = "Activate 12 characters per inch"
- "(cpi) printing."
- CODES = 27,77
-
- NAME = "Double Width ON"
- DESC = "Activate double width print."
- "Characters are printed twice their"
- "normal width."
- CODES = 27,87,49
-
- NAME = "Double Width OFF"
- DESC = "Deactivate double width print."
- "Characters are printed their normal"
- "width."
- CODES = 27,87,48
-
- NAME = "Emphasized ON"
- DESC = "Activate emphasized print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "horizontally."
- CODES = 27,69
-
- NAME = "Emphasized OFF"
- DESC = "Deactivate emphasized print."
- CODES = 27,70
-
- NAME = "Double-Strike ON"
- DESC = "Activate double-strike print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "vertically."
- CODES = 27,71
-
- NAME = "Double-Strike OFF"
- DESC = "Deactivate double-strike print."
- CODES = 27,72
-
- NAME = "Compressed ON"
- DESC = "Activate compressed print. If"
- "pitch is 10 cpi, compressed will"
- "produce 17.1 cpi. If pitch is 12"
- "cpi, compressed will produce 20"
- "cpi."
- CODES = 15
-
- NAME = "Compressed OFF"
- DESC = "Deactivate compressed print."
- CODES = 18
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,83,48
-
- NAME = "Superscript OFF"
- DESC = "Deactivate superscript print."
- CODES = 27,84
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,83,49
-
- NAME = "Subscript OFF"
- DESC = "Deactivate subscript print."
- CODES = 27,84
-
- NAME = "Italics ON"
- DESC = "Activate italics print. Characters"
- "are slanted to the right."
- ""
- ""
- "NOT VALID IN IBM MODE."
- CODES = 27,52
-
- NAME = "Italics OFF"
- DESC = "Deactivate italics print."
- ""
- ""
- ""
- "NOT VALID IN IBM MODE."
- CODES = 27,53
-
- NAME = "Underline ON"
- DESC = "Activate underline print."
- "Characters, including the space,"
- "are underscored."
- CODES = 27,45,49
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,45,48
-
- NAME = "Proportional Spacing ON"
- DESC = "Activate proportional spacing."
- "Spacing between letters is adjusted"
- "to compensate for the varying"
- "widths of individual characters."
- CODES = 27,112,49
-
- NAME = "Proportional Spacing OFF"
- DESC = "Deactivate proportional spacing."
- CODES = 27,112,48
-
- NAME = "Print Unidirectional"
- DESC = "Print from left to right only."
- CODES = 27,85,49
-
- NAME = "Print Bidirectional"
- DESC = "Print from both left to right and"
- "right to left."
- CODES = 27,85,48
-
- NAME = "Print Suppress Mode ON"
- DESC = "Activate print suppress mode."
- "Printer will ignore all data sent"
- "to it."
- CODES = 19
-
- NAME = "Print Suppress Mode OFF"
- DESC = "Deactivate print suppress mode."
- CODES = 17
-
- NAME = "Set Character Spacing"
- DESC = "Set the amount of space to the"
- "right of each character."
- CODES = 27,32,0
- "Enter number of dots per inch (dpi)"
- "to space to the right of each"
- "character."
- " "
- "Range: 0 to 127 decimal."
- " "
- "Example: Entering 25 (decimal)"
- "would space 25 dpi to the right"
- "of each character."
- 0
-
- NAME = "Set Line Spacing 1/8"""
- DESC = "Set line spacing to 1/8 of an inch."
- CODES = 27,48
-
- NAME = "Set Line Spacing 7/72"""
- DESC = "Set line spacing to 7/72 of an inch"
- CODES = 27,49
-
- NAME = "Set Line Spacing 1/6"""
- DESC = "Set line spacing to 1/6 of an inch."
- CODES = 27,50
-
- NAME = "Set Line Spacing n/216"""
- DESC = "Set line spacing in any increment"
- "of 180ths of an inch."
- CODES = 27,51,0
- "Enter new line spacing in"
- "increments of 216ths of an inch."
- " "
- "Range: 0 to 255 decimal."
- " "
- "Example: Entering 90 (decimal)"
- "would set line spacing at 90/216""."
- 0
-
- NAME = "Set Line Spacing n/72"""
- DESC = "Set line spacing in any increment"
- "of 72ths of an inch."
- CODES = 27,65,0
- "Enter new line spacing in"
- "increments of 72ths of an inch."
- " "
- "Range: 0 to 85 decimal."
- " "
- "Example: Entering 30 (decimal)"
- "would set line spacing at 30/72""."
- 0
-
- NAME = "Set Form Length In Inches"
- DESC = "Set the current form length in"
- "inches."
- CODES = 27,67,0,0,0
- "Enter number of inches to set the"
- "current form length."
- " "
- "Range: 1 to 22 decimal."
- " "
- "Example: Entering 11 (decimal)"
- "would set the current form length"
- "to 11 inches."
- 0
-
- NAME = "Set Form Length In Lines"
- DESC = "Set the current form length in"
- "lines."
- CODES = 27,67,0
- "Enter number of lines to set the"
- "current form length."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 68 (decimal)"
- "would set the current form length"
- "to 68 lines."
- 0
-
- NAME = "Set Perforation Skip Distance"
- DESC = "Set the distance the printer should"
- "skip when the perforation is"
- "encountered."
- CODES = 27,78,0
- "Enter number of lines to skip when"
- "perforation is encountered."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 18 (decimal)"
- "would cause printer to skip 18"
- "lines when perforation is"
- "encountered."
- 0
-
- NAME = "Cancel Skip Over Perforation"
- DESC = "Cancel perforation skip operation."
- CODES = 27,79
-
- NAME = "Set Left Margin"
- DESC = "Set the left margin."
- CODES = 27,108,0
- "Enter character column position in"
- "which to set the left margin."
- " "
- "Range: 0 to 254 decimal."
- " "
- "Example: Entering 15 (decimal)"
- "while printer is in 10 cpi, would"
- "set the left margin at 1 1/2""."
- 0
-
- NAME = "Set Right Margin"
- DESC = "Set the right margin."
- CODES = 27,81,0
- "Enter character column position in"
- "which to set the right margin."
- " "
- "Range: 1 to 255 decimal."
- " "
- "Example: Entering 80 (decimal)"
- "while printer is in 10 cpi, would"
- "set right margin at 8""."
- 0
-
- NAME = "Set Horizontal Tabs"
- DESC = "Set up to 32 horizontal tab stops."
- CODES = 27,68,0
- "Enter up to 32 tab stops in"
- "ascending order in decimal:"
- " "
- "Range: 1 to 255 decimal."
- " "
- "Example: Entering 10,20,30,40 would"
- "set four tab stops at locations 10,"
- "20, 30, and 40 on the print line."
- 0,0,0
-
- NAME = "Cancel Horizontal Tabs"
- DESC = "Cancel all horizontal tab stops."
- CODES = 27,68,0,0
-
- NAME = "Cut Sheet Feeder ON"
- DESC = "Activates cut sheet feeder. The"
- "optional cut sheet feeder must be"
- "installed to use this command."
- CODES = 27,25,52
-
- NAME = "Cut Sheet Feeder OFF"
- DESC = "Deactivates cut sheet feeder. The"
- "optional cut sheet feeder must be"
- "installed to use this command."
- CODES = 27,25,48
-
- NAME = "Eject A Cut Sheet"
- DESC = "Ejects a cut sheet from the cut"
- "sheet feeder. The optional cut"
- "sheet feeder must be installed to"
- "use this command."
- CODES = 27,25,82
-
- NAME = "CR = CR/LF"
- DESC = "CR (Carriage Return) generates a"
- "CR (Carriage Return) plus an"
- "additional LF (Line Feed)"
- "character."
- "NOT VALID IN STANDARD MODE."
- CODES = 27,53,49
-
- NAME = "CR = CR"
- DESC = "CR (Carriage Return) generates only"
- "a CR (Carriage Return) character."
- ""
- ""
- "NOT VALID IN STANDARD MODE."
- CODES = 27,53,48
-
- NAME = "Select Color"
- DESC = "Selects a color to be used for"
- "printing text. The optional color"
- "unit must be installed to use this"
- "command."
- CODES = 27,114,0
- "Please select color by entering one"
- "of the following decimal values:"
- " "
- "Value Color"
- "----- ------"
- " 0 Black"
- " 1 Red"
- " 2 Blue"
- " 3 Purple"
- " 4 Yellow"
- " 5 Orange"
- " 6 Green"
- " "
- "Example: Entering 5 selects the"
- "color orange."
- 0
-
-